Crate i18n_provider

source ·
Expand description

LString provider.

A trait for providing language strings in the form of Vec<LString>, and obtaining the default language tag used for the crate’s messages.

For an implementation example, see the i18n_provider_sqlite3-rizzen-yazston crate, which uses Sqlite3 for its data store.

Re-exports

Modules